net/http.http2priorityWriteSchedulerRFC9218.heads (field)

21 uses

	net/http (current package)
		h2_bundle.go#L11864: 	heads [8][2]*http2writeQueue
		h2_bundle.go#L11898: 	if ws.heads[u][i] == nil {
		h2_bundle.go#L11899: 		ws.heads[u][i] = q
		h2_bundle.go#L11905: 		q.prev = ws.heads[u][i].prev
		h2_bundle.go#L11906: 		q.next = ws.heads[u][i]
		h2_bundle.go#L11920: 		ws.heads[u][i] = nil
		h2_bundle.go#L11924: 		if ws.heads[u][i] == q {
		h2_bundle.go#L11925: 			ws.heads[u][i] = q.next
		h2_bundle.go#L11942: 		ws.heads[u][i] = nil
		h2_bundle.go#L11946: 		if ws.heads[u][i] == q {
		h2_bundle.go#L11947: 			ws.heads[u][i] = q.next
		h2_bundle.go#L11953: 	if ws.heads[u][i] == nil {
		h2_bundle.go#L11954: 		ws.heads[u][i] = q
		h2_bundle.go#L11960: 		q.prev = ws.heads[u][i].prev
		h2_bundle.go#L11961: 		q.next = ws.heads[u][i]
		h2_bundle.go#L12007: 	for u := range ws.heads {
		h2_bundle.go#L12008: 		for i := range ws.heads[u] {
		h2_bundle.go#L12014: 			q := ws.heads[u][i]
		h2_bundle.go#L12024: 						ws.heads[u][i] = q.next
		h2_bundle.go#L12034: 						ws.heads[u][i] = q
		h2_bundle.go#L12039: 				if q == ws.heads[u][i] {